home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / pluck35.zip / SYSOP.DOC < prev   
Text File  |  1989-01-29  |  11KB  |  261 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.                                                                         
  20.  
  21.                                    P L U C K
  22.  
  23.                                   version 3.5
  24.                                    (C)  1989
  25.  
  26.  
  27.                                An RBBS-PC Utility
  28.  
  29.                                        By
  30.  
  31.                                Thomas E. Rollins
  32.                             1817 Fieldcrest Cr.  #7
  33.                             Johnson City, Tn  37604
  34.  
  35.        PLUCK (C) 1989 Thomas Rollins                 Jan. 30 1989  Page 1 
  36.  
  37.  
  38.  
  39.        This program should come with five files:
  40.              PLUCK.EXE     The executable program
  41.              PLUCK.DOC     The on-line instructions
  42.              PLUCK.DAT     Sample of Data File
  43.              SYSOP.DOC     This file
  44.              PRINT-IT.BAT  Used to print out the SYSOP.DOC file
  45.  
  46.  
  47.        PLUCK is an RBBS-PC Utility to be run in the Doors section.  Pluck 
  48.        simply  lets a user pull a file or files from an archived file and 
  49.        download   them  separately from the main archived file they  came 
  50.        from.   Much   work  went  into the writing and debugging of  this 
  51.        program   thus leading me to offering it as ShareWare,  not Public 
  52.        Domain.   If  you feel that PLUCK is of use to you and your users, 
  53.        Please   be kind enough to donate $14.00 for it's use.  Registered 
  54.        users will be sent the unabridged registered version and notice of 
  55.        updates. Updates to registered users will only cost $6.00.
  56.  
  57.        Pluck is made to operate from three external files. The first file 
  58.        comes  with PLUCK.EXE and is called PLUCK.DAT.  This DAT file must 
  59.        be edited to your type setup and is commented in the file.  Either 
  60.        make a new one with a text editor or edit the one that comes  with 
  61.        this package. If you use the one that comes with this package, YOU 
  62.        MUST  delete the comments next to each line.  I would suggest  you 
  63.        keep the one that comes with this package for reference and make a 
  64.        new  one  for  operation.  The next external file  needed  is  the 
  65.        DORINFOx.DEF  file that RBBS makes.  You don't really need to copy 
  66.        DORINFOx.DEF to the location of PLUCK.EXE since you can give  it's 
  67.        location  along  with it's name in the PLUCK.DAT file.  The  third 
  68.        file  is the PLUCK.DOC file.  PLUCK reads this file when the  user 
  69.        selects to have help.  PLUCK.DAT and PLUCK.DOC must reside in  the 
  70.        same directory as PLUCK.EXE.
  71.  
  72.        PLUCK.EXE  has  built  in carrier detection and will drop back  to 
  73.        your  PLUCK  starting batch file if carrier is lost while  in  the 
  74.        program.  This  enables  you to keep from having  watchdog  active 
  75.        during it's use. PLUCK also will not let a user stay idle for more 
  76.        than  three minutes while in the program.   After three minutes of 
  77.        idle time, the user will be sent back  to  RBBS.  You will have to 
  78.        set  up  a  batch  file to activate  PLUCK    according   to   the  
  79.        guidelines   set forth  in the RBBS Documentation.  Following  you 
  80.        will  find  an  example  of my Batch file and  an  example  of  my 
  81.        PLUCK.DAT file:
  82.  
  83.  
  84.                                    PLUCK.BAT
  85.  
  86.        CD C:\RBBS\DOORS      'Change directories to the program location
  87.        C:\RBBS\WATCHDG1 OFF  'Turn off Carrier detection
  88.        PLUCK 1               'You must enter the Node # after the command
  89.        C:\RBBS\WATCHDG1 ON   'Turn on carrier detection
  90.        CD C:\RBBS            'Change back to your RBBS directory
  91.  
  92.        PLUCK (C) 1989 Thomas Rollins                 Jan. 30 1989  Page 2
  93.  
  94.  
  95.  
  96.                                    PLUCK.DAT
  97.  
  98.        C:\RBBS\DORINFO1.DEF    'Location of RBBS's DORINFOx.def file
  99.        10                      'Minimum Security level to use PLUCK
  100.        C:\RBBS\DIR\MASTER.DIR  'Lacation and name of your files list
  101.        D:\WORK                 'Location and name of your work directory
  102.        C:\PK       'Location of PKARC/PKPAK,PKXARC/PKUNPAK,PAK and PKFIND 
  103.        YES         'YES or NO if using  ".ARC"  Archiving
  104.        PKPAK       'Name of archiving program (PKPAK or PKARC or NONE)
  105.        PKUNPAK     'Name of dearcing program (PKUNPAK or PKXARC or NONE)
  106.        YES         'YES or NO if using  ".PAK"  Archiving (PAK.EXE)
  107.        YES         'YES or NO if using PKFIND
  108.        D:\DOWNLOAD '1st Location of available files
  109.        D:\UPLOADS  '2nd Location of available files
  110.        X:\XXXXXXX  '      ''          ''
  111.        X:\XXXXXXX  ' as many directories as you want
  112.  
  113.  
  114.                              T A K E   N O T I C E
  115.  
  116.        There can be no lines in the PLUCK.DAT file after you have entered 
  117.        your  last location for available files.  This file MUST end after 
  118.        the last location is entered. Use a text editor that lets you know 
  119.        if  a line is actually null.  If using Edlin,  then make sure  you 
  120.        enter F-6 or ^Z right after the last entry.
  121.  
  122.  
  123.                                 COMMAND LINE PARAMETERS
  124.  
  125.        To run PLUCK locally, you simply enter the command "PLUCK L" while 
  126.        you  are  in the directory where PLUCK resides.  There will  still 
  127.        have  to be a DORINFOx.DEF file located in the location stated  in 
  128.        the PLUCK.DAT file though.  If not running Locally,  you will have 
  129.        to put the Node number after the PLUCK command in your Batch file:  
  130.                   ---> PLUCK x <---  Where x is the Node Number
  131.       
  132.        After  the  node  number and if you are running RBBS in  a  forced 
  133.        rate  ---> if the modem is "locked" at some speed  (speed  between 
  134.        the  BBS system and modem is constant,  speed negotiated with user 
  135.        by modem -- as might be done with an HST 9600) then  the parameter 
  136.        /F  alone  forces port to 19200,  or you may specify speed too  -- 
  137.        e.g.  /F=19200.
  138.  
  139.        Therefore,   if  you  are  forcing  rate,  your  complete  command 
  140.        parameter will look like:
  141.                            PLUCK x/F   or   PLUCK x/F=xxxxx
  142.  
  143.  
  144.        There are 4 commands available to you while the user is in PLUCK:
  145.  
  146.            F-10  start chat mode
  147.            Esc   end chat mode
  148.            F-9   toggles snoop on and off
  149.            F-8   boot the user off
  150.  
  151.  
  152.        You  will have to create the work directory and never put anything 
  153.        in it outside of what the PLUCK program puts in it or it will  get 
  154.        deleted.  Also,  PLUCK  is  made  to work with either  (PKARC  and 
  155.        PKXARC)  or  (PKPAK  and  PKUNPAK) or  (PAK).  No  other  type  of 
  156.        archiving  routines  will work.  PLUCK was tested  using  PK35A35, 
  157.        PK361  and  PAK10 and PKFIND.  PK35A35 and PK361 make (.ARC) files 
  158.        while PAK makes (.PAK) files.
  159.  
  160.        PLUCK (C) 1989 Thomas Rollins                 Jan. 30 1989  Page 3
  161.  
  162.  
  163.  
  164.  
  165.        One note here that must be covered:
  166.  
  167.        PKARC,   PAXPARC, PKPAK , PKUNPAK and PKFIND copy written and 
  168.        distributed through:
  169.              PKware, Inc.
  170.              7032 Ardara Avenue
  171.              Glendale, WI. 53209
  172.  
  173.        PAK is copywritten and distributed through:
  174.              NoGate Consulting
  175.              P.O. Box 88115
  176.              Grand Rapids, MI.  49518
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.        __________________________________________________________________
  184.        |                                                                |
  185.        |                          WARRANTY                              |
  186.        |                                                                |
  187.        |  PLUCK comes with   no warranties, expressed or implied,       |
  188.        |  including, but not limited to, merchantability or fitness     |
  189.        |  for any particular purpose.  In no event shall Thomas Rollins |
  190.        |  be liable for indirect or consequential damages arising from  |
  191.        |  the use of the software programs.                             |
  192.        |________________________________________________________________|
  193.        
  194.  
  195.  
  196.  
  197.        Ask about:
  198.            MASTER version 3.5
  199.                  Creates   categorized  list of your MASTER.DIR for  your 
  200.                  users to download. Now you can have a file available for 
  201.                  your   users  to  download  that  has  all your    files 
  202.                  categorized in the same manor that your FMS is laid out. 
  203.                  This  file will take information from your DIR.CAT  file 
  204.                  to  build this downloadable file.  You will be  able  to 
  205.                  state  the name and where this file is to be located  in 
  206.                  it's  easy  to use configuration program along with  the 
  207.                  name of your Board that will be used in a header that is 
  208.                  placed on the file.  This program is made to run in your 
  209.                  timed-event  period  so as to  automatically  keep  your 
  210.                  downloadable  list current to the day.  This program  is 
  211.                  great  for  making that listable file of  your  programs 
  212.                  that is viewed from PLUCK. $14.00 with $6.00 updates.
  213.                                              
  214.        PLUCK (C) 1989 Thomas Rollins                 Jan. 30 1989  Page 4
  215.  
  216.  
  217.  
  218.  
  219.  
  220.                            P L U C K    Registration
  221.  
  222.                                   version 3.5
  223.                                    (C)  1989                
  224.  
  225.                               An  RBBS-PC Utility
  226.                                       from
  227.                                Thomas E. Rollins
  228.                             1817 Fieldcrest Cr.  #7
  229.                             Johnson City, TN. 37604
  230.                     
  231.  
  232.        Please fill out completely:
  233.  
  234.        NAME:   _______________________________________________
  235.  
  236.        ADDRESS:_______________________________________________
  237.        
  238.        _______________________________________________________
  239.  
  240.        _______________________________________________________
  241.  
  242.        CITY,STATE,ZIP:________________________________________ 
  243.  
  244.         
  245.        What version of RBBS are you running:____________________________
  246.                                       
  247.        What type computer is RBBS located on:___________________________
  248.  
  249.        What type Monitor and Monitor card:______________________________
  250.  
  251.        What is the name of your RBBS Board:_____________________________
  252.  
  253.        What is the Board's Phone Number:_(___)__________________________
  254.  
  255.        Is is PC-Pursuitable: ( )yes   ( )No
  256.  
  257.        What are your Boards operating Times:____________________________
  258.  
  259.  
  260.        Comments:
  261.